home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 4 / The Arsenal Files 4 (Arsenal Computer).ISO / tbbs / lantipx3.txt < prev    next >
Text File  |  1995-02-15  |  4KB  |  112 lines

  1. (3rd revision 2/7/95 - fixes error in CONFIG.SYS PROTMAN.DOS line - sorry)
  2.  
  3.        How To Set Up Lantastic 6.0 for Network INT14 Logins
  4.              (or at least how it worked for me)
  5.  
  6. Only LANTASTIC VERSION 6.0 will support IPX LAN LOGINS!  5.x will NOT!  If
  7. you are using the older AE2x NIC's from Artisoft you MUST rejumper them to
  8. put them into NE2000 compatible mode.  Also, ALL Servers & Workstations on
  9. your network must be changed to IPX/NDIS or they won't talk to each other.
  10.  
  11. Make sure your network is running properly in "normal" Lantastic 6.0 peer to
  12. peer mode.  Once that is setup you will need to extract the rest of the files
  13. manually from the Lantastic install disks (or if you have an install resource
  14. set up on a hard drive you can get it from there) to get NDIS/IPX support.
  15.  
  16. If you are running "NE2000" compatible cards you will need to find a copy of
  17. NE2000.EXE. This is widely available and is probably posted here on the BBS.
  18.  
  19. Once you are running a complete lantastic peer-peer network you need the
  20. following additional files to support TBBS 2.3 net logins (all of which,
  21. except NE2000, are (well hidden) right on the Lant 6.0 disks).
  22.  
  23.   
  24.   NE2000.EXE (for NE2000 compatible cards)
  25.          or
  26.   NRODI.EXE (for Noderunner cards)
  27.   (If you are using other cards - Intel, SMC etc, they have their own drivers 
  28.   to replace NE2000.EXE and ODINSUP.COM)
  29.   PROTMAN.DOS
  30.   PROTMAN.EXE 
  31.   LSL.COM      
  32.   IPXODI.COM            
  33.   ODINSUP.COM           
  34.   AI-NDIS.EXE           
  35.   NET.CFG  (a text file which goes in root directory)
  36.   PROTOCOL.INI (in the lantastic directory)
  37.  
  38. To get these files from your Lantastic distribution disks install your DISK
  39. number 1, log into it's drive and type INSTALL/EXTRACT/DOS.  Select *BOTH*
  40. LIST OF ADAPTER DRIVERS *and* LANTASTIC NOVELL WORKSTATION CLIENT files and
  41. hit enter.  From the LIST OF ADAPTER DRIVERS select AEX NDIS SUPPORT FOR
  42. ARTISOFT ADAPTERS. All the above files (except NE2000.EXE) will be extracted
  43. to the directory you chose.
  44.  
  45. Normal Lantastic startup batch file (before IPX) looks like this:
  46.  
  47.   AEX (or NEX000 for NE2000 cards or NR.EXE for NODERUNNER cards)
  48.  AILANBIO
  49.  REDIR
  50.  SERVER
  51.  
  52. You need to make the following modifications for IPX support.
  53.  
  54. In config.sys add the following line (actually INSTALL will do it for you):
  55.  
  56.    DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C\LANTASTI
  57.  
  58. Your autoexec.bat (or startnet.bat) should be changed to look like this:
  59.  
  60.  LSL
  61.  NE2000 (replaces NEX000 or AEX.COM)
  62.   -  or  -
  63.  NRODI.COM (replaces NR.EXE)
  64.  IPXODI A (the "A" switch reduces memory useage)
  65.  ODINSUP
  66.  AI-NDIS BIND_TO=NE2000 RECEIVE_BUFFERS=4 NO_RECEIVE_HOLDOFF
  67.  AILANBIO
  68.  REDIR <MACHINE NAME>
  69.  SERVER (if you are installing a server)
  70.  
  71. There will also be a file called NET.CFG extracted that needs to be slightly
  72. modified. As it comes it looks like:
  73.  
  74.   PROTOCOL ODINSUP
  75.   BUFFERED
  76.  
  77.   PROTOCOL IPXODI
  78.   BIND #1
  79.  
  80.   LINK DRIVER NRODI (if you are using NODERUNNER cards)
  81.      -OR-
  82.   LINK DRIVER NE2000 (for NE2000 compatible cards)
  83.   FRAME ETHERNET_802.2
  84.   FRAME ETHERNET_II
  85.   FRAME ETHERNET_SNAP
  86.   FRAME ETHERNET_802.3
  87. ; add the following 2 lines
  88.   PORT 300  <------ this is the I/O port your NE2000 is using
  89.   INT 10    <------ this is the IRQ your card is using
  90.  
  91. Make sure all the above support files are in your \LANATASTI directory. If
  92. you are using other NIC's (INTEL, SMC etc) the installation is the same
  93. except you must use their ODI support files to replace ODINSUP & NE2000. 
  94.  
  95. All these files require a MUCH LARGER memory useage then your "normal"
  96. Lantastic setup so it is almost a MUST to load much of this high.  I get
  97. consistent 43000 cps xfer rates across my small (3 station) network using
  98. Qmodem Pro (DOS).  
  99.  
  100. ED.FEINS@CFONJ.COM
  101.  
  102.  
  103.   
  104.  
  105.  
  106.  
  107.    
  108.  
  109.    
  110.    
  111.  
  112.